home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / intuition / yak_1.57 / source / yak.cd < prev    next >
Text File  |  1994-11-17  |  4KB  |  293 lines

  1. ; Strings used by Yak
  2. ;
  3. #header YAK_LOCALE_STRINGS
  4. ;
  5. COPYRIGHT_STRING (//50)
  6. Yak © 1992,1993 Martin W Scott & Gaël Marziou
  7. ;
  8. TOGGLES_STRING (//20)
  9. Toggles
  10. ;
  11. INCLUSION_PATTERNS_STRING (//22)
  12. Inclusion Patterns
  13. ;
  14. MISCELLANEOUS_STRING (//15)
  15. Miscellaneous
  16. ;
  17. TIMEOUT_STRING (//25)
  18. Time Out
  19. ;
  20. HIDE_STRING (//10)
  21. Hide
  22. ;
  23. QUIT_STRING (//10)
  24. Quit
  25. ;
  26. AUTOPOINT_STRING (//20)
  27. AutoPoint
  28. ;
  29. KEY_ACTIVATE_STRING (//25)
  30. Key Activate
  31. ;
  32. CLICK_TO_FRONT_STRING (//20)
  33. Click To Front
  34. ;
  35. CLICK_TO_BACK_STRING (//20)
  36. Click To Back
  37. ;
  38. CYCLE_SCREENS_STRING (//25)
  39. Cycle screens
  40. ;
  41. WILD_STAR_STRING (//25)
  42. Wild star
  43. ;
  44. SCREEN_ACTIVATE_STRING (//25)
  45. Screen Activate
  46. ;
  47. AUTOPOPTOFRONT_STRING (//20)
  48. AutoPopToFront
  49. ;
  50. MOUSEBLANK_METHOD_STRING (//35)
  51. MouseBlank Method
  52. ;
  53. NONE_STRING (//15)
  54. None
  55. ;
  56. SPRITES_STRING (//15)
  57. Sprites
  58. ;
  59. COPPER_STRING (//15)
  60. Copper
  61. ;
  62. RMB_ACTIVATE_STRING (//22)
  63. RMB Activate
  64. ;
  65. EDIT_HOTKEYS_STRING (//20)
  66. Edit Hotkeys
  67. ;
  68. AUTOSCREENS_STRING (//25)
  69. AutoScreens
  70. ;
  71. CLICKSCREENS_STRING (//25)
  72. ClickScreens
  73. ;
  74. POPWINDOWS_STRING (//25)
  75. PopWindows
  76. ;
  77. CLICKWINDOWS_STRING (//25)
  78. ClickWindows
  79. ;
  80. CLICKVOLUME_STRING (//18)
  81. ClickVolume
  82. ;
  83. SCREENTIMEOUT_STRING (//29)
  84. ScreenTimeOut
  85. ;
  86. MOUSETIMEOUT_STRING (//29)
  87. MouseTimeOut
  88. ;
  89. ; --------   Yak's menues  ---------
  90. ;
  91. PROJECT_STRING (//10)
  92. Project
  93. ;
  94. LOAD_SETTINGS_STRING (//20)
  95. Load Settings
  96. ;
  97. LOAD_SHORTCUT (//1)
  98. L
  99. ;
  100. SAVE_SETTINGS_STRING (//20)
  101. Save Settings
  102. ;
  103. SAVE_SHORTCUT (//1)
  104. S
  105. ;
  106. HIDE_WINDOW_STRING (//20)
  107. Hide Window
  108. ;
  109. HIDE_SHORTCUT (//1)
  110. H
  111. ;
  112. QUIT_SHORTCUT (//1)
  113. Q
  114. ;
  115. Credits_STRING (//15)
  116. Credits
  117. ;
  118. Credits_Line1_STRING (//40)
  119.    Thanks to
  120. ;
  121. Credits_Line2_STRING (//40)
  122. Martin W. Scott
  123. ;
  124. Credits_Line3_STRING (//40)
  125.      who
  126. ;
  127. Credits_Line4_STRING (//40)
  128.    wrote the
  129. ;
  130. Credits_Line5_STRING (//40)
  131. original version
  132. ;
  133. ;  --------- End of Yak's menues ---------
  134. ;
  135. Hotkey_Window_TITLE (//20)
  136. HotKey = <
  137. ;
  138. HOTKEYS_STRING (//20)
  139. HotKeys
  140. ;
  141. ACTIONS_STRING (//10)
  142. Actions
  143. ;
  144. ARGUMENT_STRING (//15)
  145. Argument
  146. ;
  147. OPTIONS_STRING (//10)
  148. Options
  149. ;
  150. NO_SCREEN_CHANGE_STRING (//22)
  151. No Screen Change
  152. ;
  153. WORKBENCH_TO_FRONT_STRING (//20)
  154. Workbench to Front
  155. ;
  156. DEFAULT_PUBSCR_TO_FRONT_STRING (//30)
  157. Default PubScr to Front
  158. ;
  159. ADD_STRING (//10)
  160. Add
  161. ;
  162. DELETE_STRING (//10)
  163. Delete
  164. ;
  165. RETURN_STRING (//13)
  166. Return...
  167. ;
  168. ; List of available hotkey actions
  169. ;
  170. DOS_Command_ACT (//20)
  171. DOS Command
  172. ;
  173. Close_Window_ACT (//20)
  174. Close Window
  175. ;
  176. Zip_Window_ACT (//20)
  177. Zip Window
  178. ;
  179. Shrink_Window_ACT (//20)
  180. Shrink Window
  181. ;
  182. Expand_Window_ACT (//20)
  183. Expand Window
  184. ;
  185. Cycle_Windows_ACT (//20)
  186. Cycle Windows
  187. ;
  188. Open_Palette_ACT (//20)
  189. Open Palette
  190. ;
  191. Screen_to_Front_ACT (//20)
  192. Screen to Front
  193. ;
  194. Screen_to_Back_ACT (//20)
  195. Screen to Back
  196. ;
  197. Activate_Workbench_ACT (//20)
  198. Activate Workbench
  199. ;
  200. Centre_Screen_ACT (//20)
  201. Centre Screen
  202. ;
  203. Blank_Display_ACT (//20)
  204. Blank Display
  205. ;
  206. Insert_Text_ACT (//20)
  207. Insert Text
  208. ;
  209. Insert_Date_ACT (//20)
  210. Insert Date
  211. ;
  212. Show_Yak_Interface_ACT (//20)
  213. Show Yak Interface
  214. ;
  215. ; Error Messages
  216. Parsing_Pattern_ERR (//45)
  217. Error parsing pattern
  218. ;
  219. Allocation_ERR (//35)
  220. Allocation error
  221. ;
  222. CX_POPKEY_invalid_ERR (//45)
  223. CX_POPKEY definition invalid
  224. ;
  225. Couldn_t_create_AppIcon_ERR (//45)
  226. Couldn't create AppIcon
  227. ;
  228. Resource_ERR (//35)
  229. Resource error
  230. ;
  231. Cannot_exit_palette_opened_ERR (//60)
  232. Cannot exit yet:\npalette(s) remain open
  233. ;
  234. Invalid_config_file_ERR  (//40)
  235. Invalid config file
  236. ;
  237. No_memory_ERR (//25)
  238. No memory
  239. ;
  240. Error_reading_hotkey_file_ERR (//45)
  241. Error reading hotkey file
  242. ;
  243. Couldnt_start_ps_for_cmd_ERR (//55)
  244. Could not start process for command
  245. ;
  246. No_cmd_specified_for_hotkey_ERR (//55)
  247. No command specified for hotkey
  248. ;
  249. Text_insertion_str_invalid_ERR (//60)
  250. Yak text insertion string invalid
  251. ;
  252. Yak_text_hotkey_ERR (//33)
  253. Yak text hotkey
  254. ;
  255. Has_no_text_specified_ERR (//30)
  256. has no text specified
  257. ;
  258. Yak_date_hotkey_ERR (//35)
  259. Yak date hotkey
  260. ;
  261. Has_no_format_specified_ERR (//30)
  262. has no format specified
  263. ;
  264. Invalid_hotkey_specif_ERR (//45)
  265. Invalid hotkey specification
  266. ;
  267. Arg_unspecified_for_key_ERR (//55)
  268. An argument should be specified for this key
  269. ;
  270. Couldnt_open_other_window_ERR (//40)
  271. Couldn't open other window
  272. ;
  273. NOCLICK_STRING (//25)
  274. No Click
  275. ;
  276. Back_Cycle_Windows_ACT (//21)
  277. Back Cycle Windows
  278. ;
  279. MMB_ACTIVATE_STRING (//20)
  280. MMB Activate
  281. ;
  282. MMB_Replaces_STRING (//20)
  283. MMB replaces
  284. ;
  285. NOTHING_STRING (//15)
  286. Nothing
  287. ;
  288. AUTOPOINT_DELAY_STRING (//30)
  289. AutoPoint delay
  290. ;
  291. Error_Requester_Title (//30)
  292. Yak Error Message